home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / multimedia / textaloud / TA2210.exe / {app} / InstallFirefoxExtension.exe / RCDATA / TFIREFOXRUNNINGFORM / TFIREFOXRUNNINGFORM.txt
Text File  |  2006-03-09  |  2KB  |  92 lines

  1. object FirefoxRunningForm: TFirefoxRunningForm
  2.   Left = 355
  3.   Top = 256
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Firefox Extension Installation'
  7.   ClientHeight = 273
  8.   ClientWidth = 639
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 64
  20.     Top = 24
  21.     Width = 512
  22.     Height = 20
  23.     Caption = 'One or more Firefox windows are currently open on your system.'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -16
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 96
  33.     Top = 72
  34.     Width = 448
  35.     Height = 40
  36.     Caption = 
  37.       'You may continue this install by closing all open Firefox window' +
  38.       's and pressing the "Continue Installation"  button.'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -16
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     WordWrap = True
  46.   end
  47.   object Label3: TLabel
  48.     Left = 96
  49.     Top = 136
  50.     Width = 448
  51.     Height = 60
  52.     Caption = 
  53.       'Or press "Install Extension on Next Reboot", and the TextAloud F' +
  54.       'irefox extenstion will be installed the next time you reboot you' +
  55.       'r computer.'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -16
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     WordWrap = True
  63.   end
  64.   object Button1: TButton
  65.     Left = 24
  66.     Top = 232
  67.     Width = 177
  68.     Height = 25
  69.     Caption = 'Continue Installation'
  70.     TabOrder = 0
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 232
  75.     Top = 232
  76.     Width = 177
  77.     Height = 25
  78.     Caption = 'Install Extension on Next Reboot'
  79.     TabOrder = 1
  80.     OnClick = Button2Click
  81.   end
  82.   object Button3: TButton
  83.     Left = 440
  84.     Top = 232
  85.     Width = 177
  86.     Height = 25
  87.     Caption = 'Abort Extension Install'
  88.     TabOrder = 2
  89.     OnClick = Button3Click
  90.   end
  91. end
  92.